R Create Variable Name Using paste Function (Example) | New Data Object | assign & paste0 Functions
R Create Variable Name Using paste Function (Example) | New Data Object | assign & paste0 Functions
Play
Rename Data Object in R (Example) | How to Change Name of Vector & List | rm() Function in RStudio
Play
Add Column to Data Frame in R (3 Examples) | Append Vector as New Variable to Table | cbind Function
Play
pull R Function of dplyr Package (2 Examples) | Extract Column / Variable from Data Frame / Tibble
Play
Convert Data Frame with Date Column to Time Series Object in R (Example) | as.Date & xts Functions
Play
Apply Unique Function to Multiple Columns of Data Frame in R | Using unique & duplicated Functions
Play
Convert Matrix to Data Frame in R (2 Examples) | Change to data.frame Class | as.data.frame Function
Play
as.Date Function in R (Example) | Convert a Character String Variable or Vector to the Date Class
Play
R Create Dummy Variable (3 Examples) | Generate Random 0/1 Indicator | ifelse, model.matrix & rbinom
Play
Convert Data Frame Column to Numeric in R | Example: Change Factor & Character Variable | as.numeric
Play
R print & cat Functions (Examples) | Return Character String, Data Frame & Numeric Value to RStudio
Play
Remove Empty Rows of Data Frame in R (2 Examples) | apply, all, rowSums, is.na & ncol Functions
Play
Format Number as Percentage in R (3 Examples) | Express Numeric Values in Percent | Create Function
Play
Absolute Value in R (2 Examples) | abs Function | Convert Vector & Data Matrix to Positive Values
Play
Change Row Names of Data Frame or Matrix in R (4 Examples) | row.names, data.frame & matrix Function
Play
names() Function in R (2 Examples) | How to Get or Set Names of Vector or List | Modify Data Objects
Play
R Replace Inf with NA in Vector & Data Frame (Example) | Clean Infinite Value | is.infinite Function
Play